Appendix B – Visual Debugging


The Tersus Visual Programming Platform allows you to trace the execution of the application visually with the same diagrams used to define it, making it easier to understand the business logic and detect bugs.

When working in trace mode, the Tersus Server records every step during the application’s execution, which can then be played back to view the flow of the application and the value of each data element.

Unlike regular debuggers, which allow you to only move forward, the Tersus tracing function acts like a “time machine,” allowing you to move back and forth along the execution. If you reach a point where something looks erroneous, you can trace back to locate the root cause of the improper behavior.




On line documentation of this feature is available here.